home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.n / tkwait.n < prev    next >
Text File  |  1995-07-25  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4.      ttttkkkkwwwwaaaaiiiitttt((((nnnn))))                    TTTTkkkk (((( ))))                     ttttkkkkwwwwaaaaiiiitttt((((nnnn))))
  5.  
  6.  
  7.  
  8.      _________________________________________________________________
  9.  
  10.      NNNNAAAAMMMMEEEE
  11.           tkwait - Wait  for  variable  to  change  or  window  to  be
  12.           destroyed
  13.  
  14.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  15.           ttttkkkkwwwwaaaaiiiitttt vvvvaaaarrrriiiiaaaabbbblllleeee _n_a_m_e
  16.           ttttkkkkwwwwaaaaiiiitttt vvvviiiissssiiiibbbbiiiilllliiiittttyyyy _n_a_m_e                                        |
  17.           ttttkkkkwwwwaaaaiiiitttt wwwwiiiinnnnddddoooowwww _n_a_m_e
  18.      _________________________________________________________________
  19.  
  20.  
  21.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  22.           The ttttkkkkwwwwaaaaiiiitttt command  waits  for  one  of  several  things  to
  23.           happen,  then  it  returns without taking any other actions.
  24.           The return value is always an empty string.   If  the  first
  25.           argument  is  vvvvaaaarrrriiiiaaaabbbblllleeee  (or any abbreviation of it) then the
  26.           second argument is the name of a  global  variable  and  the
  27.           command  waits  for  that  variable  to be modified.  If the
  28.           first argument is vvvviiiissssiiiibbbbiiiilllliiiittttyyyy (or  any  abbreviation  of  it)  |
  29.           then  the  second  argument  is the name of a window and the  |
  30.           ttttkkkkwwwwaaaaiiiitttt command waits for a change in  its  visibility  state  |
  31.           (as  indicated  by the arrival of a VisibilityNotify event).  |
  32.           This form is typically used  to  wait  for  a  newly-created  |
  33.           window  to  appear  on the screen before taking some action.
  34.           If the first argument is wwwwiiiinnnnddddoooowwww (or any abbreviation of  it)
  35.           then  the  second  argument  is the name of a window and the
  36.           ttttkkkkwwwwaaaaiiiitttt command waits for that window to be destroyed.   This
  37.           form  is  typically  used  to  wait  for  a  user  to finish
  38.           interacting with a dialog box before  using  the  result  of
  39.           that interaction.
  40.  
  41.           While the ttttkkkkwwwwaaaaiiiitttt command is waiting it processes  events  in
  42.           the  normal  fashion,  so  the  application will continue to
  43.           respond to user interactions.
  44.  
  45.  
  46.      KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  47.           variable, visibility, wait, window
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 7/23/95)
  64.  
  65.  
  66.  
  67.